home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000280_slash_dev_slas…_2000@yahoo.com_Sun Mar 19 15:10:59 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail
  2. From: "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: set host /pipe ssh
  5. Date: 16 Mar 2006 16:12:31 -0800
  6. Organization: http://groups.google.com
  7. Lines: 30
  8. Message-ID: <1142554351.305120.236350@v46g2000cwv.googlegroups.com>
  9. References: <%VURf.55781$_c.33211@tornado.tampabay.rr.com>
  10.    <1142553256.070619.243070@j33g2000cwa.googlegroups.com>
  11. NNTP-Posting-Host: 209.182.169.133
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset="iso-8859-1"
  14. X-Trace: posting.google.com 1142554356 27820 127.0.0.1 (17 Mar 2006 00:12:36 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: Fri, 17 Mar 2006 00:12:36 +0000 (UTC)
  17. User-Agent: G2/0.2
  18. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20060111 Netscape/8.1,gzip(gfe),gzip(gfe)
  19. Complaints-To: groups-abuse@google.com
  20. Injection-Info: v46g2000cwv.googlegroups.com; posting-host=209.182.169.133;
  21.    posting-account=iQNWIg0AAAAD2fStXNC9nwGlPdSqjWrI
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15531
  23.  
  24. Mark Sapiro wrote:
  25. >
  26. > I see the same thing if I do what you're doing. The echoed characters
  27. > are being passed to and echoed by C-Kermit's command prompt and the
  28. > unechoed characters are being passed to ssh's password: prompt. The two
  29. > appear to be competing for your input and the results are
  30. > unpredictable. Instead of /pipe, use /pty as in
  31.  
  32.  
  33. Actually, I confused myself in trying to duplicate what you are doing.
  34. The above is not quite right. There are a couple of problems depending
  35. on what you're doing. After you issue the
  36.  
  37. set host /pipe ssh vm@vm
  38.  
  39. command, you are still in C-Kermit's command mode. Thus, to answer the
  40. password prompt, you need to use either an output command, or enter
  41. connect mode with a connect command. However, if your intent is to
  42. interact with the remote host, you still want to use /pty and not
  43. /pipe. You can set host and connect in one with for example
  44.  
  45. set host /connect /pty ssh -e none vm@vm
  46.  
  47. --
  48. (for email use this address please - you can figure it out)
  49.  
  50. Mark Sapiro msapiro at value net      Any clod can have the facts;
  51. San Francisco Bay Area, California    having opinions is an art. -
  52.                                       C. McCabe, The Fearless Spectator
  53.